ViewportMode

enum ViewportMode

Satisfies embedding platforms that requires the viewport coordinate systems to be set according to its standards.

Entries

DEFAULT
Link copied to clipboard
Default viewport
FLIPPED_Y
Link copied to clipboard
Viewport flipped on the y-axis.

Functions

valueOf
Link copied to clipboard
open fun valueOf(name: String): ViewportMode
values
Link copied to clipboard
open fun values(): Array<ViewportMode>